home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / frame_110 / DoAction.as
Text File  |  2010-11-09  |  175b  |  11 lines

  1. this.gStageNum = this.gStageNum + 1;
  2. this.mapMC.removeMovieClip();
  3. if(8 < this.gStageNum)
  4. {
  5.    this.gotoAndPlay("ending");
  6. }
  7. else
  8. {
  9.    this.gotoAndPlay("gameIn");
  10. }
  11.